home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / gt1700_1.zip / BIRX.BAT next >
DOS Batch File  |  1989-06-08  |  469b  |  19 lines

  1. rem   Batch file for BIMODEM
  2. rem
  3. c:\gt\gtbimod %1 %2 c:\gt\bimod\
  4. if errorlevel 4 goto mail
  5. if errorlevel 3 goto host
  6. if errorlevel 2 goto term
  7. goto end
  8. :term
  9. c:\gt\bimod\bipath  c:\gt\bimod\bimodem.pth
  10. if errorlevel 1 goto end
  11. c:\gt\bimod\bibat   c:\gt\bimod\bimodem.cfg
  12. if errorlevel 1 goto end
  13. :mail
  14. c:\gt\bimod\bimodem /R /P c:\gt\bimod\bimodem.pth /C c:\gt\bimod\bimodem.cfg
  15. goto end
  16. :host
  17. c:\gt\bimod\bimodem /R /C c:\gt\bimod\bimodem.cfg
  18. :end
  19.